Next | Prev | Up | Top | Contents | Index

Where Are the Lookup Tables in the Image Pipeline?

The three lookup tables exist at different points in the image pipeline (see Figure 7-1):

To enable and disable color tables, call glEnable() and glDisable() with the color table name passed as the cap parameter. Color table lookup is performed only for RGBA groups, though these groups may have been specified as color indexes and converted to RGBA by an index-to-RGBA pixel map table.

When enabled, a color lookup table is applied to all RGBA pixel groups, regardless of the command that they are associated with.


Next | Prev | Up | Top | Contents | Index